Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Add parameter to factory method for setting handler options #246

Merged
merged 9 commits into from
May 21, 2024

Conversation

pschaeflein
Copy link

@pschaeflein pschaeflein commented Apr 23, 2024

closes #233

@pschaeflein pschaeflein requested a review from a team as a code owner April 23, 2024 17:25
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!
Depending on when #245 is merged, this PR will need to contain a version bump and a changelog entry.
Added a comment.
Also, did you start working on unit tests for that? Did you run into any issues with those?

src/KiotaClientFactory.cs Show resolved Hide resolved
@pschaeflein
Copy link
Author

Also, did you start working on unit tests for that? Did you run into any issues with those?

Added tests to the PR. As mentioned in #233 , I cannot run the tests locally unless I remove the analyzer reference from the .csproj file.

This comment was marked as outdated.

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the changes!
since 1.4.0 has been published, we'll need an entry in the changelog (today, minor) and a version bump in the csproj to expedite the release of those changes.

@pschaeflein
Copy link
Author

No need to expedite. Thanks tho.

@baywet
Copy link
Member

baywet commented Apr 24, 2024

@pschaeflein by expedite I meant "we don't want to have to open another PR just for the version bump because we're lazy" 🤣

This comment was marked as outdated.

This comment was marked as outdated.

src/KiotaClientFactory.cs Outdated Show resolved Hide resolved
baywet and others added 3 commits May 21, 2024 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Suggestion: KiotaClientFactory should allow for setting handler options
2 participants